home *** CD-ROM | disk | FTP | other *** search
/ Apple Service Source 1996 February / Service Source 2.0 1996 Companion.iso / Apple SW Updates / Macintosh / System / Other System / PC Setup 1.0.7 < prev    next >
Encoding:
Text File  |  1995-08-07  |  34.7 KB  |  571 lines  |  [TEXT/ttxt]

  1. Name:         PC Setup
  2. Version:      1.0.7
  3. Released:     June 21, 1995
  4. Description:  This is the current version of PC Setup for 630, 640 and 6100 DOS
  5.               Compatible systems only.  Please refer to the Read Me documents included
  6.               on these disk images for complete information.
  7.   
  8. The enclosed file is a self-extracting archive of a Disk Copy 1440K Macintosh disk image and a Disk Copy 1440K DOS disk image.  To use, download, double-click the downloaded file (this decompresses it), and use Disk Copy to create the disks.
  9.  
  10. Disk Copy can be found in the Utilities folder posted here.
  11.  
  12.  
  13. From the PPC 6100 DOS Read Me and the LC 630 DOS Read Me
  14.  
  15. Using DOS and Window Applications 
  16. With the DOS Compatibility Card for Macintosh
  17.  
  18. This document contains important information about using your DOS Compatibility Card that is not included in your user’s guide.
  19.  
  20. Contents:
  21.  - Using Memory Management Utilities
  22.  - Using the Serial Ports on the Macintosh
  23.  - Using Video
  24.  - Using the Apple Adjustable Keyboard
  25.  - Using Backup Programs
  26.  - Using MacShare
  27.  - Using PC Drives and Partitions
  28.  - Using Floppy Disks and CD-ROM Discs
  29.  - Installing Microsoft Office, Word, or Excel
  30.  - Using the Two-Button Mouse
  31.  - Sound Control Panel Settings
  32.  - Using the Sound Blaster Card
  33.  - Multimedia and Game Applications
  34.  - Printing
  35.  - Using After Dark 3.0
  36.  - Caches
  37.  - Serial Port Pinout
  38.  
  39. Using Memory Management Utilities
  40.  
  41. If you use a memory management utility such as EMM386 or QEMM, you need to configure it to be compatible with your DOS Compatibility Card.
  42.  
  43. • If you will be using EMM386 (included as part of DOS) and you don’t require expanded memory, set CONFIG.SYS to:
  44.  
  45.       DEVICE=C:\DOS\EMM386.EXE NOEMS RAM=D000-EFFF
  46.  
  47. If you require expanded memory, set CONFIG.SYS to:
  48.  
  49.       DEVICE=C:\DOS\EMM386.EXE RAM=D000-EFFF FRAME=D000
  50.  
  51. • If you use QEMM, it is recommended that you use the frame option (ST:F):
  52.  
  53.       DEVICE=C:\QEMM\QEMM386.SYS RAM ST:F ARAM=B080-B7FF ARAM=C900-DFFF R:1
  54.  
  55. • If you choose to use the Stealth mapping option (ST:M), set CONFIG.SYS to:
  56.  
  57.       DEVICE=C:\QEMM\QEMM386.SYS RAM ST:M X=C800-CFFF X=FC00-FCFF X=FE00-FFFF ARAM=B080-B7FF ARAM=C900-DFFF R:2
  58.  
  59. For other memory management utilities, configure them so that the only areas in the BIOS that can be mapped to upper memory are from D000 through EFFF.
  60.  
  61. Make sure you verify that the HIMEM.SYS line in the CONFIG.SYS file has the switch to turn memory testing off.  If the  HIMEM.SYS line doesn't turn memory testing off, the ROM BIOS may become corrupted when the DOS Compatibility Card is configured for 2 MB of memory:
  62.  
  63.       DEVICE=C:\DOS\HIMEM.SYS /TESTMEM:OFF
  64.  
  65. NOTE  Apple does not recommend using automated memory configuration utilities with the DOS Compatibility Card because they can require more memory than management utilities you configure manually.  They can also be incompatible with the DOS Compatibility Card.  
  66.  
  67.  
  68. Using the Serial Ports on the Macintosh
  69.  
  70. The maximum baud rate supported by the DOS Compatibility Card when a COM port is mapped to a Macintosh serial port is 19,200.  If you’re capturing serial output to a Macintosh file, there is no limit.
  71.  
  72. Due to the RS-232 implementation of the Macintosh, not all RS-232 signals are available.  These signals are not available:  Carrier Detect (CD), Data Set Ready (DSR), Request to Send (RTS), and Ring Indicator (RI).  If your application or serial device requires these signals, it will not work.  
  73.  
  74. NOTE  See “Serial Port Pinout” later in this document for a list of the Macintosh and PC connectors.
  75.  
  76. The DOS Compatibility Card does not support Carrier Detect (CD).  You must configure your communications applications so they do not use CD.  Most communications applications can be set to respond to the CARRIER string sent back by most modems.
  77.  
  78.  
  79. Using Video
  80.  
  81. • Correcting Video Synchronization (Video Synch)
  82.  
  83. Some application programs that write directly to the hardware (especially games) may cause the Apple 13", 14", and 16" monitors to lose video synch when you start the program.  If this happens, call the software company to see if one of the following conditions exists:
  84.  
  85. 1.  There is a switch to force the application program to make BIOS calls.
  86.  
  87. 2.  There is an upgrade available with this feature.  
  88.  
  89. These applications will run on a standard VGA, SVGA, or MultiSync monitor.
  90.  
  91. • Getting Color on Your VGA Monitor
  92.  
  93. Due to the way some programs check for color VGA, they may be installed in VGA monochrome.  In these cases check the documentation that came with your software to see if there is a setup option to install standard VGA.  If the setup option is available, install the software with the standard VGA option.  Once a program is installed with standard VGA, it will always display in color.
  94.  
  95. If you are installing Windows, even though the SETUP program comes up in color, the express setup may install in VGA monochrome.  To avoid this you can use the custom setup and verify the video is set to VGA in the configuration screen.  
  96.  
  97. Another way to avoid installing in VGA monochrome is to use the INSTALL.BAT file located on the DOS Compatibility Card Installer (for the DOS Environment) disk.  Follow these steps:
  98.  
  99. 1.  Run the INSTALL.BAT command, but choose not to install.  
  100. The Installer places WINSETUP.BAT and a hardware information file on your C:/ volume.
  101.  
  102. 2.  Use the WINSETUP.BAT file to install Windows.  
  103. This will force Windows to install in color.  You can also use the Windows SETUP program to change the video at any time.
  104.  
  105. • Using the Video Drivers
  106.  
  107. Included with your DOS Compatibility Card are video drivers for Windows and third-party applications.  These drivers allow you to run Windows with 256 colors at 640 by 480, or if you are using an Apple 16" or VGA display, 16 colors at 800 by 600.  Follow these steps:
  108.  
  109. 1.  Insert the Display Driver Disk 1 disk in the floppy disk drive while the PC is in the foreground.
  110.  
  111. 2.  From DOS, set the current drive to A by typing:
  112.  
  113.       A: 
  114.  
  115. 3.  Run the setup program by typing: 
  116.  
  117.       SETUP
  118.  
  119. Follow the instructions on the screen to install the video drivers.
  120.  
  121. NOTE  If you are using an Apple 16" monitor, DOS will always be displayed at 640 by 480 centered on your monitor.
  122.  
  123.  
  124. Using the Apple Adjustable Keyboard
  125.  
  126. If you are using an Apple Adjustable Keyboard, you cannot use key combinations that combine keys from the main keyboard with function keys at the same time (such as shift-F1).  For this reason, you cannot restart the DOS Compatibility Card using the Control, Alt, and Delete key combination.  If you need to restart the DOS Compatibility Card, use the Reset button in the PC Setup control panel.
  127.  
  128.  
  129. Using Backup Programs
  130.  
  131. To back up the drive files on your Macintosh, either make a copy of the files by duplicating them in the Finder, or use a Macintosh backup application program.  Do not use PC backup programs.  PC backup programs do not work because the floppy disk drive is controlled by the Macintosh.  
  132.  
  133.  
  134. Using MacShare
  135.  
  136. MacShare is a PC application program included with your DOS Compatibility Card software that allows the PC to view Macintosh folders and volumes as drive letters on the PC.  MacShare allows as many shared drives as there are drive letters.  To specify the number of drive letters, modify your CONFIG.SYS to include a LASTDRIVE statement:
  137.  
  138.       LASTDRIVE=x
  139.  
  140. x must be a letter between E and Z because the PC reserves drives A through D for its floppy and hard disk drives.  For example, if you use M as your LASTDRIVE value, you could have up to nine extra drives (using drives labeled E through M).  The CD-ROM driver, if installed, will use one letter.
  141.   
  142. NOTE  Each additional drive letter uses 100 additional bytes of PC memory.
  143.  
  144.  
  145. Using PC Drives and Partitions
  146.  
  147. The PC Setup control panel allows you to use PC SCSI drives and partitions with the DOS Compatibility Card.  If you use a PC drive or partition and you have a utility that mounts these devices on the Macintosh, be sure to unmount the drive or partition before starting the PC by dragging its icon to the Trash.  If you don’t unmount the drive or partition, you may lose data since both the Macintosh and the PC may write to the device at the same time.  
  148.  
  149. NOTE  If you are using Apple’s Macintosh PC Exchange 2.0 to mount PC devices, the software alerts you if you try booting the PC while the device is mounted.
  150.  
  151. If you intend to mount your PC drive file, partition, or disk on the Macintosh using a utility such as Apple’s Macintosh PC Exchange, do not use a PC compression program.  Drives that are compressed cannot be mounted.
  152.  
  153.  
  154. Using Floppy Disks and CD-ROM Discs
  155.  
  156. Simultaneous use of multiple CD-ROM drives is not supported. When the PC is in the foreground, you cannot insert Macintosh floppy disks into the floppy disk drive.  The PC ejects a Macintosh floppy disk if one is inserted. Also, Photo CDs can not be read on the PC side of the DOS Compatible.
  157.  
  158. Apple 600i and Apple 600e CD-ROM drives work with the DOS Compatibility card when used with Apple CD-ROM extension version 5.0.4. Standard installations of system software version 7.5.1 or earlier do not include the Apple CD-ROM 5.0.4 driver. This driver is included with Apple 600e CD-ROMs or can be obtained from Apple Technical Support.
  159.  
  160. Write-protected PC floppy disks can be accessed by both the PC and the Macintosh.  Write-enabled floppy disks can be accessed only by the environment that was in the foreground when the floppy disk was inserted.
  161.  
  162. To eject a floppy disk while the PC is in the foreground, press Command-E.  
  163.  
  164. NOTE  Using Command-E works only when the PC can access the floppy disk.  Otherwise switch to the Macintosh and eject the floppy disk from the Macintosh.
  165.  
  166. CD-ROM discs can be accessed by both the Macintosh and PC (if the included PC software is installed).  To eject a CD-ROM disc from the PC, press Command-Y.  If the CD-ROM disc cannot be ejected (because a file is in use or the CD-ROM is being shared), the Macintosh beeps to notify you and will not eject the CD-ROM disc.
  167.  
  168. Audio CDs cannot be controlled from both Windows and the Macintosh environment at the same time.  One or the other must be used.
  169.  
  170. The PC side sets up a drive letter (E:) for a CD-ROM drive although no drive is attached.  If no CD-ROM drive is connected to your system, this drive letter (and some memory) can be freed up by editing these files:
  171.  
  172. AUTOEXEC.BAT
  173. REM  LH C:\DOS\MSCDEX /D:CDDRVR /L:E
  174.  
  175. CONFIG.SYS
  176. REM  DEVICE=C:\Apple\CDROM.SYS /D:CDDRVR
  177.  
  178. Prefacing these commands with "REM" will cause DOS to ignore them.
  179.  
  180. Playing an audio CD in Windows while running low-level media tools, such as PC Tools or Microsoft Anti-Virus, may cause a crash.  It is best to reduce computer activity to a minimum while using such tools.
  181.  
  182.  
  183. Installing Microsoft Office, Word, or Excel
  184.  
  185. When you install Microsoft Office 4.2c or later, Microsoft Word 6.0c or later, or Microsoft Excel 5.0c or later, make sure that you use a CD-ROM installation disc or floppy disks that are non-DMF. (DMF is Distribution Media Format, Microsoft's recently changed installation disk format. DMF disks store 1.7 MB of data rather than the 1.44 MB on a single 3.5 inch high-density disk. During installation with DMF disks, an error will be reported when installing the second disk, and you won't be able to complete the installation.)
  186.  
  187. Non-DMF installation disks can be obtained from Microsoft by calling 1-800-426-9400.
  188.  
  189.  
  190. Using the Two-Button Mouse
  191.  
  192. The standard Apple mouse has no right button and users must press the "extended =" key whenever they intend to use right button functions in one of their PC applications.  However, users of a third party programmable mouse or trackball, such as Kensington Turbo Mouse 4.0 or Logitech MouseMan ADB, can use the utilities included with their mouse to map the "extended =" key to the right hand button.
  193.  
  194. The Kensington Turbo Mouse 4.0 includes two utilities to configure its buttons.  They are: "Turbo Mouse Control 4.0.2" and "Turbo Mouse Basics 4.0.2".  "Turbo Mouse Control 4.0.2", an application that requires an extension, does not effectively map the "extended =" key to the right button and should not be used.  "Turbo Mouse Basics 4.0.2", a control panel, correctly maps the "extended =" key to the right button and should be used instead.  
  195.  
  196.  
  197. Sound Control Panel Settings
  198.  
  199. For sounds generated by the Sound Blaster card and for sounds from the PC, the Sound Control Panel must be set with the Internal CD playthrough enabled.  The User's Guide will explain how to make this setting (see pg. 54).  With System 7.1.2, however, the setting is lost after each reboot.  Install the System Update 3.0 software to correct this problem so that the playthrough setting is retained after each reboot.
  200.  
  201. QuickTime also turns off the playthrough option.  This has the effect of cutting off all PC and Sound Blaster card sounds.  QuickTime v1.6.2 will turn off playthrough and not restore it, while QuickTime v2.0 will restore playthrough back to its original state.
  202.  
  203.  
  204. Using the Sound Blaster Card
  205.  
  206. The PC Sound control in the PC Setup control panel does not effect sounds produced by the Sound Blaster card.  Only PC-generated sounds such as the system beep are affected by this control. Use the master volume control of the Mixer Control application from the Audio program group, or turn off the Internal CD playthrough to turn off both PC and Sound Blaster generated sounds (see pg. 54 of the User's Guide).
  207.  
  208. The Sound Blaster daughter-card included on your DOS Compatibility Card will play sounds as expected, but is not able to record them.
  209.  
  210. The DOS Compatibility Card does not fully support Sound Blaster 8-bit, Sound Blaster 2.0 or Sound Blaster Pro drivers.  If problems occur, select the Sound Blaster 16 driver that comes with the DOS Compatibility Card.
  211.  
  212.  
  213. Multimedia and Game Applications
  214.  
  215. These types of applications, whether they are run in the PC or Macintosh environments, will see a marked performance improvement with the installation of a memory SIMM onto the DOS Compatibility Card.  QuickTime application performance is especially improved with the addition of a SIMM.
  216.  
  217.  
  218. Printing
  219.  
  220. The recommended print driver to use with your DOS or Windows application when printing to a QuickDraw (non-PostScript) printer is the Epson LQ-2500.
  221.  
  222. If the top and bottom of your document gets clipped when you are printing from your PC, follow these steps:
  223.  
  224. 1.  Double-click the System Folder on your Macintosh and open the Extensions folder.
  225.  
  226. 2.  Double-click the PC Print Spooler.
  227.  
  228. 3.  Choose Preferences from the File Menu.
  229.  
  230. 4.  Click the button for “Gaps between pages (60 lines)” (under “When emulating an Epson printer”).  
  231.  
  232. You can also set notification and status options in this dialog box.
  233.  
  234. For DOS or Windows printing on the DOS Compatibility Card, we recommend using LPT1.DOS or LPT1.  In general you must use printers that are Macintosh compatible, and use their corresponding printer extension for the Macintosh, selectable in the Chooser.  However, in a PC Novell Netware™ environment you can print to a PC-compatible printer attached to a Novell network (refer to the Network Installation Guide on how to set up a Novell client).
  235.  
  236.  
  237. Printing to a Postscript Printer
  238.  
  239. If you have a Postscript printer, open the Printers icon in the Windows Control Panel and select a Postscript driver.  We recommend the Laserwriter IINT driver or Windows Postscript driver.  In the Macintosh Chooser, select the corresponding printer extension for your type of printer.
  240.  
  241.  
  242. Printing to a QuickDraw Printer
  243.  
  244. If you have a QuickDraw (non-Postscript, non-PCL printer) such as an Apple's ImageWriter or StyleWriter, or HP's DeskJet printer:
  245.  
  246. •  Open the Printers icon in the Windows Control Panel and select the Epson LQ-2500 driver.  
  247. •  In the Macintosh Chooser, select the corresponding printer extension for your type of printer.  
  248. •  In the Macintosh Extension folder, launch the PC Print Spooler by double-clicking its icon in the Extension folder.  
  249. •  From the File menu, select "Preferences".
  250. •  Click on the Epson option for "Interpret non-Postscript As" to enable the Epson emulator.
  251.  
  252. The Epson emulator works by first translating the DOS text to a similar Macintosh font, then interpreting that text into a series of QuickDraw commands.  Some characters in the original DOS character set may not have exact translations to a Macintosh font.  The use of a PostScript font is recommended in these cases, since use of the PostScript standard requires no translation.
  253.  
  254. The Epson emulator does not support color or greyscale.  When printing from the PC to a Color or Grayscale printer, make sure to select the Black & White option from the Print dialog.
  255.  
  256.  
  257. Printing to a PCL Printer
  258.  
  259. When printing to a PCL (Page Control Language) printer, printing is limited to text-only when printing over an AppleTalk connection.  To set up this configuration:  
  260.  
  261. •  Open the Printers icon in the Windows Control Panel and select your printer's driver.  
  262. •  In the Macintosh Chooser, select the corresponding printer extension for your type of printer.  
  263. •  In the Macintosh Extension folder, launch the PC Print Spooler by double-clicking its icon in the Extension folder.  
  264. •  From the File menu, select "Preferences".
  265. •  Click on the PCL option for "Interpret non-Postscript As" to enable PCL printing.
  266.  
  267. Additionally, PCL printing of text and graphics together is possible when printing over a Novell network, where a PC print server is connected to the PCL printer and handles the printing job.  Select your printer's own driver in the Windows Control Panel.
  268.  
  269. Using After Dark 3.0
  270.  
  271. Do not use the PC Setup control panel "Switch at Startup" option when using After Dark. When switching to the PC side, make sure After Dark 3.0 for the Macintosh is turned off.
  272.  
  273. Caches
  274.  
  275. Your DOS Compatibility Card works best with the Macintosh computer’s caches enabled.  Follow these steps to enable the caches:
  276.  
  277. 1.  Choose Control Panels from the Apple () menu.
  278.  
  279. 2.  Open the Cache Switch control panel.
  280.  
  281. 3.  Click the button for Faster (caches enabled).
  282.  
  283. 4.  Close the Cache Switch control panel.
  284.  
  285.  
  286. Serial Port Pinout
  287.  
  288. To connect existing PC serial devices to your Macintosh, you need cables with the correct pinout.  The following chart matches the Macintosh pin (Mac Mini DIN-8) with the corresponding PC pin (DB-25):
  289.  
  290. © 1995 Apple Computer, Inc. All rights reserved.
  291. Apple and Macintosh are trademarks of Apple Computer, Inc., registered in the U.S. and other countries. Finder,  Macintosh PC Exchange, and MacShare are  trademarks of Apple Computer, Inc.  Microsoft is a registered trademark, and Windows is a trademark, of Microsoft Corporation.  Microsoft Office, Microsoft Excel, and Microsoft Word are trademarks of Microsoft Corporation.
  292.  
  293.  
  294. Addendum to the Macintosh User's Guide
  295. for the Macintosh LC 630 DOS Compatible
  296.  
  297. This document contains important information about using your Macintosh LC 630 DOS Compatible that is not included in your user’s guide.
  298.  
  299. Contents
  300.  - Using the Floppy Drive
  301.  - Use of Floppy Disks as Drive Containers
  302.  - Startup Folder/Auto-start PC Conflict
  303.  - MIDI Transfers Supported on Macintosh Only
  304.  - Using the Two-Button Mouse
  305.  - Using a Flightstick Pro Joystick
  306.  - Bypassing the CONFIG.SYS and AUTOEXEC.BAT files
  307.  - Installing Corel Draw
  308.  - Using Norton Utilities
  309.  - Installing Microsoft Office, Word and Excel
  310.  - Amendments to Appendix E of the Macintosh User's Guide
  311.  - Using SAM 4.0
  312.  - SAM Intercept v4.0.2 Virus Checking
  313.  - Reinstalling DOS/Windows Software - WB.EXE File
  314.  - Printing
  315.  - Sound Control Panel Settings
  316.  - Using the Sound Blaster Card
  317.  - Using CD-ROM Drives
  318.  - Multimedia and Game Applications
  319.  - Rebuilding the Desktop
  320.  - Using PC Tools Pro 9.0
  321.  - Using MWUNDEL
  322.  - Using After Dark 3.0
  323.  - Using the Serial Port
  324.  
  325.  
  326. Using the Floppy Drive
  327.  
  328. Both PC and Macintosh floppy disks are automatically mounted when inserted into the floppy drive, in either operating environment.  This mounting process takes a few seconds.  Macintosh users are familiar with this process; PC users will find that they should wait a few seconds before accessing the data on the floppy disk.
  329.  
  330. Certain DOS or Windows floppy disk utilities will not work with the DOS Compatibility Card.  These utilities attempt to exercise direct control over the floppy drive, which they cannot do, since it is a Macintosh-controlled floppy drive.  Instead, Macintosh disk utility applications should be used.
  331.  
  332.  
  333. Use of Floppy Disks as Drive Containers
  334.  
  335. The LC630 DOS Compatible computer does not support the use of 3.5" floppy disks as drive containers.  Floppy disks are intended for data use only.  
  336.  
  337.  
  338. Startup Folder/Auto-start PC Conflict
  339.  
  340. When two or more Macintosh applications are included in the Startup folder, be sure that the "Auto-start PC" is not selected in the PC Setup control panel.  Under this circumstance you must switch to the PC mode manually and you must switch only after all Macintosh startup applications have finished launching.
  341.  
  342.  
  343. MIDI Transfers Supported on Macintosh Only
  344.  
  345. The LC 630 DOS Compatible does not have the capability of sending and receiving MIDI data through the serial port for DOS and Windows.  MIDI data does travel internally on the PC side, but when connected direct for use with a MIDI instrument, no data will transfer.  MIDI transfers are fully supported on the Macintosh side.
  346.  
  347.  
  348. Using the Two-Button Mouse
  349.  
  350. The standard Apple mouse has no right button and users must press the "extended =" key whenever they intend to use right button functions in one of their PC applications.  However, users of a third party programmable mouse or trackball, such as Kensington Turbo Mouse 4.0 or Logitech MouseMan ADB, can use the utilities included with their mouse to map the "extended =" key to the right hand button.
  351.  
  352. The Kensington Turbo Mouse 4.0 includes two utilities to configure its buttons. They are: "Turbo Mouse Control 4.0.2" and "Turbo Mouse Basics 4.0.2".  "Turbo Mouse Control 4.0.2", an application that requires an extension, does not effectively map the "extended =" key to the right button and should not be used.  "Turbo Mouse Basics 4.0.2", a control panel, correctly maps the "extended =" key to the right button and should be used instead.  
  353.  
  354.  
  355. Using a Flightstick Pro Joystick
  356.  
  357. The Flightstick Pro Joystick for the Macintosh triggers the System beep 'Indigo' when entering the DOS environment.  It also triggers this sound twice upon bootup.  To correct this, remove the Indigo sound from the System file in the Macintosh System Folder.
  358.  
  359.  
  360. Bypassing the CONFIG.SYS and AUTOEXEC.BAT files
  361.  
  362. To bypass these DOS startup files during the startup process, press and hold the F5 key (Command-5 on non-extended keyboards) after the memory testing is complete.
  363.  
  364.  
  365. Installing Corel Draw
  366.  
  367. If you allow Corel Draw to update the AUTOEXEC.BAT file, the line:    
  368. LH C:\Apple\MacShare
  369.  
  370. is replaced with the line:
  371. C:\DOS\SHARE.EXE /L:500 /F:5100
  372.  
  373. If the former line is needed, you should edit the AUTOEXEC.BAT file to add it back.
  374.  
  375.  
  376. Using Norton Utilities 
  377.  
  378. If Norton Utilities for the Macintosh v3.0 or v3.1 is being used, the "More Compatible" option should be chosen: 
  379.  
  380. 1. Go into Control Panels and open FileSaver
  381. 2. Click More Choices
  382. 3. Click Preferences and Update Now
  383. 4. Click More Compatible
  384. 5. Click Save
  385.  
  386.  
  387. Installing Microsoft Office, Word, or Excel
  388.  
  389. When you install Microsoft Office 4.2c or later, Microsoft Word 6.0c or later, or Microsoft Excel 5.0c or later, make sure that you use a CD-ROM installation disc or floppy disks that are non-DMF. (DMF is Distribution Media Format, Microsoft's recently changed installation disk format. DMF disks store 1.7 MB of data rather than the 1.44 MB on a single 3.5 inch high-density disk. During installation with DMF disks, an error will be reported when installing the second disk, and you won't be able to complete the installation.)
  390.  
  391. Non-DMF installation disks can be obtained from Microsoft by calling 1-800-426-9400.
  392.  
  393.  
  394. Amendments to Appendix E of the Macintosh User's Guide
  395.  
  396. On page 164 of the Macintosh User's Guide, certain steps may not exactly apply to more recent versions of the Novell Netware Client disk set.  For steps 4 through 7 of the procedure in the manual, all that matters is that the following exceptions apply:
  397.  
  398. The Netware directory is:   C:\NWCLIENT
  399. The LASTDRIVE setting in the CONFIG.SYS file is:   LASTDRIVE=Z
  400. The AUTOEXEC.BAT file contains the line:   CALL C:\NWCLIENT\STARTNET.BAT
  401. And be sure to load the Windows support in the directory where you have loaded Windows.
  402.  
  403. In steps 5 and 6, the defaults are already preset; you should not be required to edit the CONFIG.SYS file to set the LASTDRIVE setting or the AUTOEXEC.BAT file to add the CALL line.
  404.  
  405. In steps 8 through 10 of the same procedure:
  406. Step 8 should read "To select the driver for the network board, press return".
  407. The disk required in step 9 is the "DOS Compatibility Installer Disk for PC Environment" disk that came with your computer.
  408. In step 10 select the "Macintosh DOS Compatible Ethernet Adapter" and press return.
  409.  
  410. In the section entitled "Conserving Memory", you should not need to edit the AUTOEXEC.BAT file.  The CALL line should already be included.
  411.  
  412.  
  413. Using SAM 4.0
  414.  
  415. When using SAM 4.0 for the Macintosh with the "Prompt: 'Skip' is the default button" check box selected in the Floppy Drive preferences, inserting a floppy while in the PC environment causes the system to hang.  The floppy cannot be accessed nor can the user switch to the Macintosh environment.  To avoid this, select the "Always scan" option.
  416.  
  417. SAM Intercept v4.0.2 Virus Checking
  418.  
  419. If you have SAM Intercept 4.0.2 running on your LC630 DOS Compatible, and you attempt to mount a drive container on the desktop, the mouse cursor will indicate that you have control when, in fact, you do not.  (SAM Intercept is checking the drive container for viruses but has not displayed the spinning "beach ball" cursor.)  It takes approximately two minutes to complete the virus scan, after which the LC630 DOS Compatible will function normally.  Version 4.0 of SAM Intercept does not exhibit this behavior.
  420.  
  421. To avoid this delay, turn off the autoscan feature as follows:
  422.  
  423. 1.  Launch the SAM Intercept program
  424. 2.  Select "Scan" in the "Options" menu
  425. 3.  Deselect the"Scan for known viruses" option.
  426.  
  427.  
  428. Reinstalling DOS/Windows Software - WB.EXE File
  429.  
  430. Should it become necessary for you to re-install the DOS/Windows software, you will also need to install the WB.EXE file for execution when DOS boots.  To install WB.EXE on the LC630 DOS Compatible follow these steps from the Macintosh desktop:
  431.  
  432. 1. Select the PCSetup control panel and select "Shut Down PC".
  433. 2. Open the PC drive container, located on your internal hard drive, by double clicking the file "PC Drive File".
  434. 3. A hard drive icon labeled "PC BOOTDISK" will appear on the desktop.  Double-click PC BOOTDISK to open the volume.
  435. 4. Insert the disk labeled "DOS Compatibility Installer Disk for PC Environment".  Double-click on the diskette icon to open the main window and locate the file WB.EXE.
  436. 5. Drag it to the folder labeled "Apple".
  437. 6. When the Macintosh is finished copying the WB.EXE file, press command-Return.
  438. 7. When DOS has finished booting, type:
  439.  
  440.      EDIT C:AUTOEXEC.BAT
  441.  
  442. 8. Add the following line to the end of the AUTOEXEC.BAT file:
  443.  
  444.      C:\APPLE\WB.EXE
  445.  
  446. 9. Press Option-f to select the file menu.
  447. 10. Select the Exit option (using the up-arrow key) and press Return.
  448. 11. Press return again to save the AUTOEXEC.BAT file and exit the DOS editor.
  449. 12. At the DOS prompt type Command-Return to re-enter the Macintosh desktop.
  450. 13. Unmount the PC drive container by dragging the PC BOOTDISK icon to the Trash.
  451. 14. Select "Shut Down PC" in the PCSetup control panel.
  452. 15. Start the PC using the PCSetup control panel or by pressing Command-Return.
  453.  
  454. The WB.EXE program runs and exits when DOS boots. It does not stay resident in memory.  The WB.EXE program enables the write back mode and prints a string that reads:
  455.  
  456.  "WB.EXE Enable CPU internal cache to Write-Back.", and exits.
  457.  
  458.  
  459. Printing
  460.  
  461. For DOS or Windows printing on the DOS Compatibility Card, we recommend using LPT1.DOS or LPT1.  In general you must use printers that are Macintosh compatible, and use their corresponding printer extension for the Macintosh, selectable in the Chooser.  However, in a PC Novell Netware™ environment you can print to a PC-compatible printer attached to a Novell network (refer to the Network Installation Guide on how to set up a Novell client).
  462.  
  463.  
  464. Printing to a Postscript Printer
  465.  
  466. If you have a Postscript printer, open the Printers icon in the Windows Control Panel and select a Postscript driver.  We recommend the Laserwriter IINT driver or Windows Postscript driver.  In the Macintosh Chooser, select the corresponding printer extension for your type of printer.
  467.  
  468.  
  469. Printing to a QuickDraw Printer
  470.  
  471. If you have a QuickDraw (non-Postscript, non-PCL printer) such as an Apple's ImageWriter or StyleWriter, or HP's DeskJet printer:
  472.  
  473. •  Open the Printers icon in the Windows Control Panel and select the Epson LQ-2500 driver.  
  474. •  In the Macintosh Chooser, select the corresponding printer extension for your type of printer.  
  475. •  In the Macintosh Extension folder, launch the PC Print Spooler by double-clicking its icon in the Extension folder.  
  476. •  From the File menu, select "Preferences".
  477. •  Click on the Epson option for "Interpret non-Postscript As" to enable the Epson emulator.
  478.  
  479. The Epson emulator works by first translating the DOS text to a similar Macintosh font, then interpreting that text into a series of QuickDraw commands.  Some characters in the original DOS character set may not have exact translations to a Macintosh font.  The use of a PostScript font is recommended in these cases, since use of the PostScript standard requires no translation.
  480.  
  481. The Epson emulator does not support color or grayscale.  When printing from the PC to a Color or Grayscale printer, make sure to select the Black & White option from the Print dialog.
  482.  
  483.  
  484. Printing to a PCL Printer
  485.  
  486. When printing to a PCL (Page Control Language) printer, printing is limited to text-only when printing over an AppleTalk connection.  To set up this configuration:  
  487.  
  488. •  Open the Printers icon in the Windows Control Panel and select your printer's driver.  
  489. •  In the Macintosh Chooser, select the corresponding printer extension for your type of printer.  
  490. •  In the Macintosh Extension folder, launch the PC Print Spooler by double-clicking its icon in the Extension folder.  
  491. •  From the File menu, select "Preferences".
  492. •  Click on the PCL option for "Interpret non-Postscript As" to enable PCL printing.
  493.  
  494. Additionally, PCL printing of text and graphics together is possible when printing over a Novell network, where a PC print server is connected to the PCL printer and handles the printing job.  Select your printer's own driver in the Windows Control Panel.
  495.  
  496.  
  497. Sound Control Panel Settings
  498.  
  499. For sounds generated by the Sound Blaster card and for sounds from the PC, the Sound Control Panel must be set with the Internal CD playthrough enabled.  The User's Guide will explain how to make this setting (see pg. 69).  With System 7.1.2, however, the setting is lost after each reboot.  Install the System Update 3.0 software to correct this problem so that the playthrough setting is retained after each reboot.
  500.  
  501. QuickTime also turns off the playthrough option.  This has the effect of cutting off all PC and Sound Blaster card sounds.  QuickTime v1.6.2 will turn off playthrough and not restore it, while QuickTime v2.0 will restore playthrough back to its original state.
  502.  
  503.  
  504. Using the Sound Blaster Card
  505.  
  506. The PC Sound control in the PC Setup control panel does not effect sounds produced by the Sound Blaster card.  Only PC-generated sounds such as the system beep are affected by this control. Use the master volume control of the Mixer Control application from the Audio program group, or turn off the Internal CD playthrough to turn off both PC and Sound Blaster generated sounds (see pg. 69 of the User's Guide).
  507.  
  508. The Sound Blaster daughter-card included on your DOS Compatibility Card will play sounds as expected, but is not able to record them.
  509.  
  510. The DOS Compatibility Card does not fully support Sound Blaster 8-bit, Sound Blaster 2.0 or Sound Blaster Pro drivers.  If problems occur, select the Sound Blaster 16 driver that comes with the DOS Compatibility Card.
  511.  
  512.  
  513. Using CD-ROM Drives
  514.  
  515. Simultaneous use of multiple CD-ROM drives is not supported.
  516.  
  517. Apple 600i and Apple 600e CD-ROM drives are supported with Apple DOS Compatible cards when used with Apple CD-ROM extension version 5.0.4. Standard installations of System Software 7.5.1 or earlier do not include the Apple CD-ROM 5.0.4 driver. This driver is included with Apple 600e CD-ROM's or can be obtained from Apple Technical Support. 
  518.  
  519. Audio CDs cannot be controlled from both Windows and the Macintosh environment at the same time.  One or the other must be used. Photo CD's can not be read on the PC side of the DOS Compatible.
  520.  
  521. The PC side sets up a drive letter (E:) for a CD-ROM drive although no drive is attached.  If no CD-ROM drive is connected to your system, this drive letter can be freed up (and some memory) by editing these files:
  522.  
  523. AUTOEXEC.BAT
  524. REM  LH C:\DOS\MSCDEX /D:CDDRVR /L:E
  525.  
  526. CONFIG.SYS
  527. REM  DEVICE=C:\Apple\CDROM.SYS /D:CDDRVR
  528.  
  529. Prefacing these commands with "REM" will make DOS ignore them.
  530.  
  531. Playing an audio CD in Windows while running low-level media tools, such as PC Tools or Microsoft Anti-Virus, may cause a crash.  It is best to reduce computer activity to a minimum while using such tools.
  532.  
  533.  
  534. Multimedia and Game Applications
  535.  
  536. These types of applications, whether they are run in the PC or Macintosh environments, will see a marked performance improvement with the installation of a memory SIMM onto the DOS Compatibility Card.  QuickTime application performance is especially improved with the addition of a SIMM.
  537.  
  538.  
  539. Rebuilding the Desktop
  540.  
  541. If you need to rebuild the Macintosh desktop, you must either wait for the desktop to rebuild while in the Macintosh environment, or switch to the DOS environment and remain there until the rebuild is complete.  Switching back to the Macintosh environment during rebuild will cause the Macintosh to crash.
  542.  
  543.  
  544. Using PC Tools Pro 9.0
  545.  
  546. The CPTASK.EXE utility (Central Point Task Manager) is incompatible with the DOS Compatibility Card.
  547.  
  548.  
  549. Using MWUNDEL
  550.  
  551. MWUNDEL does not work on shared folders, so files deleted by the PC in shared folders will not be recoverable.  However, files in shared folders can be recovered if they are deleted from the Macintosh.  Use a Macintosh utility such as Norton Disk Doctor.
  552.  
  553.  
  554. Using After Dark 3.0
  555.  
  556. Do not use the PC Setup control panel "Switch at Startup" option when using After Dark. When switching to the PC side, make sure After Dark 3.0 for the Macintosh is turned off.
  557.  
  558.  
  559. Using the Serial Port
  560.  
  561. If you are using communications software that uses the serial port, the following are known errors:
  562.  
  563. •  For Procomm, the auto-answer mode does not work.
  564.  
  565. •  For LapLink, transferring files between two machines may not work, especially for large files.
  566.  
  567.  
  568.  
  569. © 1995 Apple Computer, Inc. All rights reserved.
  570. Apple and Macintosh are trademarks of Apple Computer, Inc., registered in the U.S. and other countries. Finder,  Macintosh PC Exchange, and MacShare are  trademarks of Apple Computer, Inc.  Microsoft is a registered trademark, and Windows is a trademark, of Microsoft Corporation.  Microsoft Office, Microsoft Excel and Microsoft Word are trademarks of Microsoft Corporation.
  571.